sendPayment
fun sendPayment(recipientAddress: JsonAddress, payment: Payment, when: Long = Clock.System.now().toEpochMilliseconds()): SendResponse
Content copied to clipboard
Sends a MobileCoin payment to the user identified by the recipientAddress.
Parameters
recipientAddress
The user that will receive the payment.
payment
The payment to make.
when
The timestamp of the payment. Defaults to the current system clock time.
Throws
if signald sends an error response or the incoming message is invalid
if the request to the socket fails